Remote Hardware Config
class RemoteHardwareConfig : GeneratedMessage, ModuleConfigProtos.ModuleConfig.RemoteHardwareConfigOrBuilder
RemoteHardwareModule Config
Content copied to clipboard
meshtastic.ModuleConfig.RemoteHardwareConfig
Types
Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , ModuleConfigProtos.ModuleConfig.RemoteHardwareConfigOrBuilder
RemoteHardwareModule Config
Content copied to clipboard
meshtastic.ModuleConfig.RemoteHardwareConfig
Functions
Link copied to clipboard
inline fun ModuleConfigProtos.ModuleConfig.RemoteHardwareConfig.copy(block: ModuleConfigKt.RemoteHardwareConfigKt.Dsl.() -> Unit): ModuleConfigProtos.ModuleConfig.RemoteHardwareConfig
inline fun ModuleConfigProtos.ModuleConfig.RemoteHardwareConfig.copy(block: ModuleConfigKt.RemoteHardwareConfigKt.Dsl.() -> Unit): ModuleConfigProtos.ModuleConfig.RemoteHardwareConfig
Link copied to clipboard
Whether the Module allows consumers to read / write to pins not defined in available_pins
Content copied to clipboard
bool allow_undefined_pin_access = 2;
Link copied to clipboard
Exposes the available pins to the mesh for reading and writing
Content copied to clipboard
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Link copied to clipboard
Exposes the available pins to the mesh for reading and writing
Content copied to clipboard
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Link copied to clipboard
Exposes the available pins to the mesh for reading and writing
Content copied to clipboard
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Link copied to clipboard
Exposes the available pins to the mesh for reading and writing
Content copied to clipboard
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Link copied to clipboard
Exposes the available pins to the mesh for reading and writing
Content copied to clipboard
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Whether the Module is enabled
Content copied to clipboard
bool enabled = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): ModuleConfigProtos.ModuleConfig.RemoteHardwareConfig
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.RemoteHardwareConfig
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.RemoteHardwareConfig
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.RemoteHardwareConfig
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.RemoteHardwareConfig
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.RemoteHardwareConfig
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.RemoteHardwareConfig
Link copied to clipboard
Link copied to clipboard